SWAG - Secure Web Application Gateway (formerly known as letsencrypt) is a full fledged web server and reverse proxy with Nginx, Php7, Certbot (Let's Encrypt™ client) and Fail2ban built in. Authelia is an open-source authentication and authorization server providing 2-factor authentication and si...
SWAG is a rebirth of our letsencrypt docker image, a full fledged web server and reverse proxy that includes Nginx, Php7, Certbot (Let's Encrypt client) and Fail2ban.
Long story short, we were recently contacted by Let's Encrypt, who politely let us know that letsencrypt
i...
Our letsencrypt image is great for securely serving web pages and/or reverse proxying services. However, getting the container set up the first time with successful validation can be a challenge if one is having issues with their ports.
This article will focus on troubleshooting port mapping and...
The goal of this guide is to give you ideas on what can be accomplished with the LinuxServer letsencrypt docker image and to get you started. We will explain some of the basic concepts and limitations, and then we'll provide you with common examples. Feel free to check out the original guide publ...
Nginx is a great reverse proxy to put in front of your containers. But what if I told you there's another solution? One that involves less configuring, still supports LetsEncrypt, and automatically adapts as you add and remove containers?
This post will get you up and running with Traefik (and Let...
Recently we have had a fair number of people asking about running Organizr through our Let's Encrypt Docker container, with people stumbling around getting their tabs to display correctly. The most common query surrounds the confusion between accessing Organizr locally versus accessing it via a...
The reverse proxy. One of those projects you put off for years but when you finally get to it you find that it was relatively simple all along. We can't hope to cover everything relating to such a broad topic in one article but we'll use an nginx based reverse proxy to get you started. Below, we det...